Keysight Pathwave 89600 VSA .NET API
ChangeSequencedLogicalChannels(Int32,LogicalChannelId[]) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Input Class > ChangeSequencedLogicalChannels Method : ChangeSequencedLogicalChannels(Int32,LogicalChannelId[]) Method


sequenceCount
The number of times to make acquisitions using the specified logical channels.
logicalChannelIds
The logical channel identifiers that correspond to the desired logical channels.

Glossary Item Box

Changes the input channel configuration for the current measurement by specifying the sequence count (number of times to make acquisitions) and the specific logical channels to use (using logical channel identifiers) in each step of the sequence. The total number of logical channels will be the sequence count times the logical channel Ids.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub ChangeSequencedLogicalChannels( _
   ByVal sequenceCount As Integer, _
   ByVal ParamArray logicalChannelIds() As LogicalChannelId _
) 
C# 
public virtual void ChangeSequencedLogicalChannels( 
   int sequenceCount,
   params LogicalChannelId[] logicalChannelIds
)
C++/CLI 
public:
virtual void ChangeSequencedLogicalChannels( 
   int sequenceCount,
   ... array<LogicalChannelId>^ logicalChannelIds
) 

Parameters

sequenceCount
The number of times to make acquisitions using the specified logical channels.
logicalChannelIds
The logical channel identifiers that correspond to the desired logical channels.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionlogicalChannelIds is null.
System.ArgumentOutOfRangeExceptionlogicalChannelIds is not possible with the currently selected hardware or the sequenceCount is not possible with the current application version.
System.InvalidOperationExceptionIf any of the logical channel types are User, Digital, or ExternalMixer

Remarks

Sequential input channel configurations are not supported when using channel types for User, Digital, or ExternalMixer.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.40

See Also